fix(deps): update dependency oidc-provider to v8 #360
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^7.11.1
->^8.0.0
7.14.0
->8.5.2
Release Notes
panva/node-oidc-provider (oidc-provider)
v8.5.2
Compare Source
Refactor
Documentation
v8.5.1
Compare Source
Documentation
Refactor
v8.5.0
Compare Source
Features
Fixes
Refactor
v8.4.7
Compare Source
Fixes
v8.4.6
Compare Source
Documentation
Refactor
Fixes
v8.4.5
Compare Source
Refactor
Fixes
v8.4.4
Compare Source
Refactor
Fixes
v8.4.3
Compare Source
v8.4.2
Compare Source
Fixes
null
value (#1237) (cce6d43)v8.4.1
Compare Source
v8.4.0
Compare Source
Features
v8.3.2
Compare Source
Fixes
v8.3.1
Compare Source
Fixes
v8.3.0
Compare Source
Features
v8.2.2
Compare Source
Fixes
v8.2.1
Compare Source
Fixes
v8.2.0
Compare Source
Features
v8.1.2
Compare Source
v8.1.1
Compare Source
v8.1.0
Compare Source
Features
v8.0.0
Compare Source
⚠ BREAKING CHANGES
clockTolerance
configuration option.x-fapi-interaction-id
headers. This can be reverted using a custom pre-middleware.request_uri
parameter is no longer supported at the Device Authorization Endpoint.features.requestObjects.requireSignedRequestObject
totrue
as a global policy or setrequire_signed_request_object
orbackchannel_authentication_request_signing_alg
client metadata.features.pushedAuthorizationRequests
andfeatures.requestObjects.request
.features.ciba
andfeatures.requestObjects.request
.features.pushedAuthorizationRequests.enabled
configuration option.expiresWithSession()
for access tokens issued by the authorization endpoint will now only be invoked for opaque format access tokens.enabledJWA.dPoPSigningAlgValues
configuration option.allowOmittingSingleRegisteredRedirectUri
configuration option.features.fapi.profile
is now a required configuration option whenfeatures.fapi.enabled
istrue
.id_token_signed_response_alg
now must be set whenid_token_encrypted_response_alg
is also set on a client.userinfo_signed_response_alg
now must be set whenuserinfo_encrypted_response_alg
is also set on a client.introspection_signed_response_alg
now must be set whenintrospection_encrypted_response_alg
is also set on a client.authorization_signed_response_alg
now must be set whenauthorization_encrypted_response_alg
is also set on a client.request_uri
parameter support is now disabled by default. This can be reverted using thefeatures.requestObjects.requestUri
configuration option.httpOptions
return propertylookup
was renamed todnsLookup
.httpOptions
return propertytimeout
was removed, return anAbortSignal
instance assignal
property instead.oidc-provider
is now an ESM-only module, it must now be imported using theimport
declaration or theimport()
syntax, theProvider
constructor is the module's default export, theerrors
andinteractionPolicy
exports are the package's named exports. There is noProvider
named export.httpOptions
no longer defaults to using the npm modulecacheable-lookup
as itsdnsLookup
option. It defaults tonode:dns
module'slookup
export instead.ttl.AuthorizationCode
configuration option.features.requestObjects.mode
configuration option.features.registrationManagement.rotateRegistrationAccessToken
configuration option.access_token
query string parameter. This can be reverted using theacceptQueryParamAccessTokens
configuration option.tokenEndpointAuthMethods
configuration method was renamed toclientAuthMethods
.enabledJWA.tokenEndpointAuthSigningAlgValues
configuration method was renamed toenabledJWA.clientAuthSigningAlgValues
.introspection_endpoint_auth_method
, andintrospection_endpoint_auth_signing_alg
client metadata properties were removed. The client'stoken_endpoint_auth_method
, andtoken_endpoint_auth_signing_alg
properties are now used as the only indication of how a client must authenticate at the introspection endpoint. The accompanying JWA and authentication methods configuration properties were also removed.revocation_endpoint_auth_method
, andrevocation_endpoint_auth_signing_alg
client metadata properties were removed. The client'stoken_endpoint_auth_method
, andtoken_endpoint_auth_signing_alg
properties are now used as the only indication of how a client must authenticate at the revocation endpoint. The accompanying JWA and authentication methods configuration properties were also removed.Features
Performance
Refactor
"cty": "json"
JWEs (b4b837b)v7.14.3
Compare Source
Fixes
v7.14.2
Compare Source
Fixes
v7.14.1
Compare Source
Fixes
v7.14.0
Compare Source
Features
v7.13.0
Compare Source
Features
v7.12.0
Compare Source
Features
Fixes
v7.11.5
Compare Source
Fixes
v7.11.4
Compare Source
Fixes
v7.11.3
Compare Source
Fixes
v7.11.2
Compare Source
Fixes
signed
totrusted
in the Interaction model (#1192) (eb91aea)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.